GtkTreeModel: Documentation fix
authorDebarshi Ray <debarshir@gnome.org>
Wed, 21 Jan 2015 10:28:19 +0000 (11:28 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Jan 2015 21:16:35 +0000 (16:16 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=743286

gtk/gtktreemodel.c

index 8bbf55d0258364c5061dae1ed3bdc4551c051f86..258363f5c343919098abdc40a0a4dadec5e72cda 100644 (file)
@@ -2400,7 +2400,7 @@ gtk_tree_row_reference_new_proxy (GObject      *proxy,
  * Returns a path that the row reference currently points to,
  * or %NULL if the path pointed to is no longer valid.
  *
- * Returns: a current path, or %NULL
+ * Returns: (nullable) (transfer full): a current path, or %NULL
  */
 GtkTreePath *
 gtk_tree_row_reference_get_path (GtkTreeRowReference *reference)